gdkwindow: Simplify invalidation
authorAlexander Larsson <alexl@redhat.com>
Fri, 19 Apr 2013 15:40:58 +0000 (17:40 +0200)
committerAlexander Larsson <alexl@redhat.com>
Tue, 7 May 2013 14:33:01 +0000 (16:33 +0200)
commite0ca53ff7c797bde8ba926aa9a4b47855208ba1e
treec44dcd2150af809ab346cb598d807fd20fb72b7e
parentfe0982818d6f646999187f95d473d1237f9bd9b2
gdkwindow: Simplify invalidation

Now that all windows are non-opaque we can simplify the invalidation
a lot. There is no need to clip the invalidate area to child regions,
because we will always redraw everything under all the children.
We only have to handle native childen specially.
gdk/gdkwindow.c